home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000133_news@columbia.edu _Fri Aug 2 12:50:22 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id MAA02841 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 2 Aug 1996 12:50:21 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id MAA07521 for kermit.misc@watsun; Fri, 2 Aug 1996 12:50:20 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit Keys
  8. Date: 2 Aug 1996 16:50:00 GMT
  9. Organization: Columbia University
  10. Lines: 23
  11. Message-ID: <4ttbjo$hkk@apakabar.cc.columbia.edu>
  12. References: <4tt6toINN8h4@taxes.cis.ohio-state.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4tt6toINN8h4@taxes.cis.ohio-state.edu>,
  16. william leal <leal@taxes.cis.ohio-state.edu> wrote:
  17. : I'm needing to access a server app via PPP under Win 3.1, but it's
  18. : geared to receive the Kermit function keys. Since (apparently) I can't
  19. : get Kermit to run over a PPP connection, what I'd like to do is modify
  20. : my PPP terminal app (NetTerm) to generate the same codes Kermit does
  21. : when I press the keyboard function keys.
  22. :
  23. The sequences sent by Kermit when you press function keys depend on
  24. how the function keys are defined, which in turn depends on which
  25. version of Kermit you are using, which kind of terminal you are emulating,
  26. and whether you have given any SET KEY commands.
  27.  
  28. : I've poked around and can't
  29. : seem to find out just what codes are generated. Any ideas where to
  30. : look?
  31. The manual?  All the key codes and keyboard verbs, and their values, are
  32. listed in the manual, "Using MS-DOS Kermit".  See our Web site:
  33.  
  34.   http://www.columbia.edu/kermit/
  35.  
  36. - Frank